CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c linux socket

搜索资源列表

  1. socket

    0下载:
  2. 提供了非阻塞的客户端和服务器端通信的实例程序。用linux下的C语言实现。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:10625
    • 提供者:jidong
  1. SOCKET

    0下载:
  2. TCP/IP编程的基础--socket 包括C/JAVA TCP/UDP 服务端和客户端 六套代码,供新人学习、老人测试联调用 支持win32 Linux(JAVA版本的需要自己新增JDK)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:9774
    • 提供者:冯进荣
  1. chat

    0下载:
  2. 基于BSD C的socket编程 采用udp协议,类似两个进程通信的聊天程序 压缩包包含两个文件,编译后运行是两个不同的聊天进程 运行环境linux
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2177
    • 提供者:zhiguoxu
  1. socket

    1下载:
  2. client.c server.c talker.c listener.c 已经编译通过的完整打包文件,在linux环境下测试通过
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:50700
    • 提供者:weijingkai
  1. linux

    0下载:
  2. socket 发送接收字符串,使用ser.c 发送字符串, cli.c接收字符串。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1620
    • 提供者:zwook
  1. socket++-1_10MSVC6

    0下载:
  2. 跨平台的最轻量级socket的c++库,支持windows,linux,solaris-cross-platform of the most lightweight c socket library, support for Windows, Linux, Solaris
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:29012
    • 提供者:包慧明
  1. linux下关于socket C的编程源码

    1下载:
  2. linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用
  3. 所属分类:Internet/网络编程

    • 发布日期:2009-05-07
    • 文件大小:103693
    • 提供者:superhn@163.com
  1. Linux下c语言开发的聊天工具

    0下载:
  2. Linux下c语言开发的聊天工具,gtk库生成图形界面,socket
  3. 所属分类:Internet/网络编程

    • 发布日期:2016-01-25
    • 文件大小:5373
    • 提供者:Linda
  1. Linux-MAC20081224.rar

    1下载:
  2. 在linux下,c语言编写,可以根据对方的IP,查看其MAC地址,也可以扫描局域网在线IP的MAC和主机名。原理:建立socket ,构造netbios-ns包,循环sendto()把数据发送给对方并recvfrom()读取返回信息。根据返回的netbios回应包,读取对方的主机名,组名和mac地址。 显示结果如下: IP: 192.168.116.124 Host Name: BRN_8EEE6A/BRN_8EEE6A MAC: 00-80-77-8E-EE-6A I
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:14138
    • 提供者:darinwang
  1. chat

    0下载:
  2. linux系统下一个简单的聊天程序,主要用socket和select实现的-linux system a simple chat program, the main achievement of the socket and select
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-21
    • 文件大小:16805
    • 提供者:cxt
  1. qtsocket

    0下载:
  2. qt socket通信,服务器端为虚拟机里的linux系统的C++程序,客户端为开发板上的qt 代码,实现socket通信,以及将接受到的数据,显示在屏幕上-qt socket communications, server-side virtual machine inside linux system, C++ program, the client code for the development board qt achieve socket communication, and to r
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:31670
    • 提供者:sophia
  1. Qt4chat

    0下载:
  2. 基于Qt4的聊天程序的源代码,Socket编程相关的,C++程序。既可以在LINUX上编译运行,也可以在WINDOWS平台上编译运行。-This program is based on QT4 GUI Library, it is a chat program, which can be compiled on windows platform and also can be compiled on Linux platform.It is useful.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:608060
    • 提供者:倪明
  1. fileTransServer

    1下载:
  2. linux下利用socket c语言编写的文件传输服务器和客户端,有流程图和注释,适合socket学习者~-under linux using socket c language file transfer server and client, with flow charts and notes, suitable for socket learners ~
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:745101
    • 提供者:Boycott
  1. Static Router

    5下载:
  2. 设计和实现一个简单的静态路由机制,用以取代Linux自身通过ip forwarding实现的静态路由方式,进而加深对二三层协议衔接及静态路由的理解。使用socket编程。运行环境linux,内含源代码、配置文件以及使用说明。是学习socket编程和网络通信的好东西。-Design and implementation of a simple static routing mechanism, to replace the Linux self-realization through the ip
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-12-07
    • 文件大小:4016
    • 提供者:
  1. linux_chat

    0下载:
  2. linux下基于tcp实现的类似于qq的聊天程序,相信对学习linux下的socket编程有很大帮助。-linux qq based on linux tcp socket programming
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:5559
    • 提供者:yuqilin
  1. timeServer

    0下载:
  2. linux下利用socket c语言编写的时间同步服务器和客户端,有流程图和注释,适合socket学习者~-under linux using socket c language time synchronization server and client, with flow charts and notes, suitable for socket learners ~
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:791468
    • 提供者:Boycott
  1. socket-windows-linux

    0下载:
  2. 跨平台聊天工具 跨平台聊天工具 跨平台聊天工具 跨平台聊天工具 -Cross-platform cross-platform chat tool chat tools chat tool cross-platform cross-platform cross-platform chat tool chat tools chat tool cross-platform cross-platform cross-platform chat tool chat tools
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-01
    • 文件大小:33791
    • 提供者:wangjia
  1. c-s-huangjun86

    0下载:
  2. linux环境下gcc编译通过,cs通信server端源码,实现了简单的文本的传输,阅读后即可了解整个socket流程,绝对原创,欢迎大家多多支持。-gcc compiler under linux through, cs source client server communication, the realization of a simple transfer of text, reading socket understand the whole process can be absol
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1070
    • 提供者:黄珺
  1. net

    0下载:
  2. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:64531
    • 提供者:邵海东
  1. clientServer_linux_multithread

    0下载:
  2. Linux下server与client的通信实现。Server支持多线程。附有makefile可供编译。Linux下调试通过。-Under Linux the server and client communication. Server support for multi-threaded. A makefile for compiling. The adoption of Linux under the debugger.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:10896
    • 提供者:joe
« 1 2 3 4 56 7 8 9 10 ... 13 »
搜珍网 www.dssz.com